home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-06035.DIR / 00141.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  229 b   |  12 lines

  1. on exitFrame
  2.   cursor()
  3.   repeat with i = 17 to 19
  4.     if rollOver(i) = 1 then
  5.       set the visible of sprite (i + 3) to 1
  6.       next repeat
  7.     end if
  8.     set the visible of sprite (i + 3) to 0
  9.   end repeat
  10.   go(the frame)
  11. end
  12.